home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / ZIPID12.ZIP;1 / ZIPID.DOC < prev    next >
Encoding:
Text File  |  1993-03-07  |  4.3 KB  |  114 lines

  1.  
  2.                         ZIP Identifier 1.2
  3.                 Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.  
  7.                               E-MAIL
  8.  
  9.            Send questions and comments via Internet to:
  10.              Gregory.Sherman@f129.n102.z1.fidonet.org
  11.  
  12.  
  13.                             DISTRIBUTION
  14.  
  15.      This program is shareware.  You can upload it to BBSs, give copies
  16.      to friends, etc.  Please include this file, IDREG.FRM, FILE_ID.DIZ,
  17.      and ZIPID.EXE when you distribute the program.
  18.  
  19.  
  20.                              REGISTRATION
  21.                                         
  22.       You may evaluate ZIP Identifier for a period of 30 days.  If you
  23.       continue to use it beyond this period, you must register.
  24.       Registered users will receive instructions that will prevent
  25.       the registration notice from appearing.  Your registration will 
  26.       be valid for all future versions of Zip Identifier.
  27.  
  28.       The registration fee is $3 for a single user.  You may send a check
  29.       (US funds drawn on a U.S. bank), money order, or cash to:
  30.  
  31.                          Gregory Sherman
  32.                          4750 Sawtelle Blvd
  33.                          Culver City CA  90230
  34.  
  35.       You can print and fill out the included registration form, 
  36.       IDREG.FRM.  Otherwise, please include your name (as you
  37.       want it to appear when the program runs) and your address
  38.       with your registration fee.  State that you are registering
  39.       Zip Identifier 1.2.
  40.  
  41.  
  42.                              INTRODUCTION
  43.  
  44.       ZIP Identifier has a single purpose: to tell you if a ZIP
  45.       file was produced with PKZIP 1.0, 1.1, or 2.04.  It works
  46.       on a single file or directory at a time.  If run on a directory,
  47.       the results may be written to the screen or printed to a file.
  48.       If a single ZIP was identified, ZIP Identifier will return a DOS
  49.       errorlevel indicating the ZIP version in addition to writing to
  50.       the screen.  (See your MS-DOS documentation for more information
  51.                     on errorlevel.)
  52.  
  53.                 errorlevel     meaning
  54.                 ----------------------------
  55.                    0         version 1.0
  56.                    1         version 1.1
  57.                    2         version 2.04
  58.                    3         can't identify
  59.                    4         can't open ZIP file
  60.                    5         can't open report file
  61.  
  62.  
  63.                  
  64.                              INSTRUCTIONS
  65.  
  66.    Place ZIPID.EXE in a directory that is included in the PATH
  67.    statement of your AUTOEXEC.BAT file.
  68.  
  69.    ZIP Identifier is run from the DOS command line with this form:
  70.              zipid [filename | [directory-pathname] [report-name.TXT] ]
  71.  
  72.     "filename" can be of the form "name.zip" or "name". 
  73.     Pathnames can also be used.
  74.  
  75.     "directory-pathname" is of the form "c:\dir1\dir2\dir3\".
  76.      The final "\" must be included.
  77.  
  78.      If "report-name.TXT" is used, the output will be sent to
  79.      this file instead of being written to the screen.  This
  80.      parameter can only be used when running ZIP Identifier
  81.      on a directory.  The extension must be ".txt".
  82.  
  83.    EXAMPLES : "zipid" will identify all the ZIP files in
  84.                  the current directory
  85.  
  86.               "zipid results.txt" will identify all the ZIP files in
  87.                  the current directory, placing output in RESULTS.TXT
  88.  
  89.               "zipid frk14" will identify the file FRK14.ZIP in the
  90.                  current directory and set a corresponding errorlevel
  91.  
  92.                "zipid \tp\source\ zipid.txt" will identify all ZIP files
  93.                   in the directory \tp\source\ of the current drive
  94.                   The results will be placed in a file named ZIPID.TXT
  95.  
  96.                "zipid a:\" or "zipid a:" will identify all ZIP files
  97.                in the root directory of drive A
  98.  
  99.  
  100.  
  101.                               DISCLAIMER
  102.  
  103.    ZIP Identifier is provided "as is".  Use at your own risk.
  104.    Gregory Sherman disclaims all warranties, including the implied 
  105.    warranties of merchantability and fitness for a particular purpose.
  106.  
  107.  
  108.                             ACKNOWLEDGEMENTS
  109.  
  110.       PKZIP is a registered trademark of PKWARE, Inc.
  111.       MS-DOS is a registered trademark of Microsoft Corporation.
  112.  
  113.  
  114.                            <end of ZIPID.DOC>